C1ComboBoxGroupItem Constructor(IDataCollectionGroup<Object,Object>,Int32)
In This Topic
Initializes a new instance of the
C1ComboBoxGroupItem class.
Syntax
'Declaration
Public Function New( _
ByVal As C1.DataCollection.IDataCollectionGroup(Of Object,Object), _
ByVal As Integer _
)
public C1ComboBoxGroupItem(
C1.DataCollection.IDataCollectionGroup<object,object> ,
int
)
Parameters
- group
- The group item.
- dataIndex
- The index of the group inside the collection of groups.
See Also